file n. 1.纸夹,文件夹。 2.钉成册的文件,档案,卷宗,案卷,合订本。 3.【计算机】外存贮器,存贮带。 4.行列;【军事】纵列 (opp. rank)。 5.(象棋盘上的)纵线。 file computer 编目计算机。 a column of files 若干纵列组成的队伍〔如三路或四路纵队〕。 a file of men 执行任务的二人小分队。 a blank file 【军事】(无后列时的)单列。 main file 主文件;主存贮器。 file by file 一列一列,陆续。 half a file 二人小分队中的一人。 in file 排成二列纵队;挨次,鱼贯地。 in single [Indian] file 成一路纵队,成单行。 keep on [in] a file 合订保存;归档。 on file 合订成册,存档。 vt. 1.按次序订存,编档保存,汇存。 2.〔美国〕提起,提出。 3.命令(军队等)排成纵队行进。 4.用电报[话]发稿。 file an information 起诉,告发。 file a complaint with the authorities 向当局申诉。 vi. 排成纵队前进;申请 (for);备案作候选人。 F- left [right](口令)各队向左(右)(走)! file away [off] 排成纵队出发。 file in 鱼贯而入,陆续编入。 file out 鱼贯而出。 n. 1.锉刀。 2.〔英俚〕滑头。 block file 大方锉。 a close file 吝啬鬼。 an old (a deep) file 老滑头。 bite [gnaw, lick] a file 自找苦吃;徒劳。 vt. 锉;磨炼(品性等);推敲(文章等)。 file one's fingernails 锉指甲。 vi. 用锉刀锉。 file away [off] 锉去(锈等)。 file down (用锉)锉开,锉坏。 file one's teeth 锉牙齿;咬牙切齿。 file out 锉出。
You may need to increase the number of file descriptors for the installation to succeed 为了成功完成安装,可能需要增加文件描述符的数量。
Threads , on the other hand , automatically have access to the same memory address space and file descriptors 另一方面,线程可以自动的访问相同的内存地址和文件描述符。
Where you can , avoid the operations that take file names , and use the operations that take file descriptors instead 只要有可能,应尽量避免使用获取文件名的操作,而是使用获取文件描述符的操作。
All threads within a single process have access to the same process components , such as file descriptors and memory 在一个单个进程内所有的线程都有权使用这个同一个进程构成,像文件描述符和内存。
There are two ways to duplicate file descriptors : a new handle is allocated , or some known handle is used as a new handle 有两种方法可以复制文件句柄:重新分配一个新句柄,或者将原来的一个已知句柄用作一个新句柄。
In the openssl library , traditional socket calls are mimicked with a similar api that uses ssl context objects in place of file descriptors 在openssl库中,相似的api模仿传统的套接字调用,使用ssl上下文对象代替文件描述符。
Threads belonging to different interpreters initially share nothing , except process state like available memory , open file descriptors and such 属于不同解释器的线程除了可用内存、打开的文件描述符之类的进程状态不共享任何东西。
Multiple processes have to use complex mechanisms provided by the operating system to share memory and file descriptors , as we will see in chapters 15 and 17 就像我们在17章和15章看到的那样,多进程不得不用复杂的机制去处理操作系统的共享内存和文件描述符。
For java applications that do a lot of socket connections and keep them open , it is preferable to set the number of file descriptors for a user to a higher than default value by using 对于需要做许多套接字连接并使它们处于打开状态的java应用程序而言,最好通过使用
Takes a string indicating the command to run , and returns a pipe object , which holds file descriptors that sockets should use for reading and writing 使用一个字符串指出要运行的命令,并返回一个pipe对象,该对象有一个文件描述符,套接字使用该文件描述符进行读写操作: